.contenue {
  margin-top: 6rem;
  padding: 1rem 4rem;
}
.contenue .titreselection {
  margin-bottom: 10px;
}

/* bar filtre */

.barFiltre2 {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 0.2px #e7e7e7 solid;
  width: 100%;
}

.barFiltre2 ul {
  display: flex;
  align-items: center;
  gap: 30px;

  justify-content: space-around;
}
.barFiltre2 ul li {
  list-style: none;
  /* margin: 10px; */
}
.barFiltre2 ul li a {
  text-decoration: none;
  color: #040a1d;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.barFiltre2 ul li a:hover {
  color: #020d2e;
  font-size: 16px;
  background: #f3f3f3;
  padding: 5px 15px;
}

.boxSelection {
  margin: 1rem 0;
}
.boxSelection .titreConf {
  font-size: 20px;
  margin: 15px 0;
}

.boxSelection .paysHote {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
}
.boxSelection .paysHote a {
  text-decoration: none;
}
.boxSelection .pays a {
  text-decoration: none;
  color: #020d2e;
}

.boxSelection .paysHote .paysH {
  width: 250px;
  height: 150px;
  padding: 1rem;
  background: linear-gradient(#2c00f1, #130358);
}

.boxSelection .paysHote .paysH img {
  margin: 15px 0 20px 0;
}
.boxSelection .paysHote .paysH p {
  font-size: 13px;
  color: #fff;
}
.boxSelection .paysHote .paysH span {
  margin-top: -10px;
  font-size: 20px;
  color: #fff;
}

/* Pays qualifiées */

.pays {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.pays .selection {
  width: 220px;
  height: 115px;
  padding: 10px;
  background: #f4f4f4;
}

.pays .selection img {
  margin: 10px 0 25px 0;
}
.pays .selection p {
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
}

/* information selection */
.infodetail {
  margin: 3rem 0 20px 0;
}
.infoSel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #e7e7e7 solid;
}
.infoSel .gauche .infoPays {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}

.infoSel .gauche .infoPays p {
  font-size: 25px;
  font-weight: 500;
}
.infoSel .gauche .secCap {
  margin: 20px 0;
  display: flex;
  gap: 20px;
}

.infoSel .gauche .Effectif {
  display: flex;
  gap: 10px;
}
.infoSel .droite {
  width: 50%;
}
.infoSel .droite img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
